Skip to main content
PUT
[Step 4/5] Set article content from Markdown

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

article_id
string
required

Body

application/json

Twitter cookie string

markdown
string
required

Article body in Markdown format

Response

Successful Response

code
integer
required

200 = success, 429 = rate limit, 500 = server error

msg
string
required

Human-readable result message

data
ArticleContentData · object | null